String Schema
WeightMeasureType Simple Type
Description
Weight scale information
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
WeightMeasureType Restriction of xs:string
Weight scale information
Facets
EnumerationKilogram
EnumerationGram
EnumerationPound
Source
<xs:simpleType name="WeightMeasureType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Weight scale information</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Kilogram" />
    <xs:enumeration value="Gram" />
    <xs:enumeration value="Pound" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.